Remove extra padding from comboboxes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Jun 2009 04:53:14 +0000 (00:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Jun 2009 04:53:14 +0000 (00:53 -0400)
commit8f57c91766ff612485fd6bd55901a2e5de760e23
tree73a8498c50c0b5c018f56e521399a90a19f91b69
parent823151ba8ce3b74b612583db952b0a07548fb6fc
Remove extra padding from comboboxes

We do want to have consistent padding in menus in menubars and context
menus, but the menus used in comboboxes don't need the extra padding.
Add private GtkMenu API for turning this off. Bug 564063
gtk/gtkcombobox.c
gtk/gtkmenu.c